home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 April / Macworld (1999-04).dmg / Cool Specials / Al Morale Demo / Al's Stuff / D200.DCR / 00001_Quit Main butt.ls next >
Encoding:
Text File  |  1999-02-16  |  134 b   |  11 lines

  1. on mouseDown
  2.   buttonClick3()
  3. end
  4.  
  5. on mouseUp
  6.   if the puppet of sprite 4 = 1 then
  7.     puppetSprite(4, 0)
  8.   end if
  9.   go("Resign")
  10. end
  11.